Explain how to get help for the test harness
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 8 Jun 2016 18:01:00 +0000 (21:01 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 8 Jun 2016 18:03:33 +0000 (21:03 +0300)
src/bin/test.rs

index e2602b1a2c11771c4e0891c654a4d42ed35cfc35..a559fbcbce928df4d1565145ed1fb020725b4301 100644 (file)
@@ -73,6 +73,10 @@ keep results readable. Test output can be recovered (e.g. for debugging)
 by passing `--nocapture` to the test binaries:
 
   cargo test -- --nocapture
+
+To get the list of all options available for the test binaries use this:
+
+  cargo test -- --help
 ";
 
 pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {